Auto merge of #3021 - alexcrichton:test-release-panic-abort, r=brson
authorbors <bors@rust-lang.org>
Tue, 23 Aug 2016 22:02:37 +0000 (15:02 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Aug 2016 22:02:37 +0000 (15:02 -0700)
Fix transitive doctests panic=abort

Ensure that when we compile doctested libraries or examples we use the same
panic mode as the rest of the tests, namely ignoring panic=abort b/c libtest
isn't compiled with panic=abort.

Closes #3017

1  2 
src/cargo/ops/cargo_compile.rs

Simple merge